projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a9cef6
)
(x_get_arg): Clear out PARAM in ALIST also on Mac.
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Wed, 15 Feb 2006 08:41:12 +0000
(08:41 +0000)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Wed, 15 Feb 2006 08:41:12 +0000
(08:41 +0000)
src/frame.c
patch
|
blob
|
history
diff --git
a/src/frame.c
b/src/frame.c
index 08b3764fe16d8ec519ecc2e8b3c879a6bb43aa9f..dd91e4366002a75471a679dd16c17e02d9a044c1 100644
(file)
--- a/
src/frame.c
+++ b/
src/frame.c
@@
-3524,8
+3524,7
@@
x_get_arg (dpyinfo, alist, param, attribute, class, type)
{
/* If we find this parm in ALIST, clear it out
so that it won't be "left over" at the end. */
-#ifdef HAVE_X_WINDOWS /* macfns.c and w32fns.c have not yet
- been changed to cope with this. */
+#ifndef WINDOWSNT /* w32fns.c has not yet been changed to cope with this. */
Lisp_Object tail;
XSETCAR (tem, Qnil);
/* In case the parameter appears more than once in the alist,